home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : ui_maspar.ph
- SHORTNAME : maspar.ph
- SNNS VERSION : 3.2
-
- PURPOSE :
- NOTES :
-
- AUTHOR :
- DATE :
-
- CHANGED BY :
- IDENTIFICATION : @(#)ui_maspar.ph 1.7 3/2/94
- SCCS VERSION : 1.7
- LAST CHANGE : 3/2/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
-
-
- #ifdef MASPAR_KERNEL
-
-
- #ifndef _UI_MASPAR_DEFINED_
- #define _UI_MASPAR_DEFINED_
-
-
- /* begin global definition section */
-
-
- void ui_masparPannel (Widget, Widget, caddr_t);
-
-
- /* end global definition section */
-
-
- /* begin private definition section */
-
-
- static void connect_MasPar (void);
- static void disconnect_MasPar (void);
- static void standard_Net (void);
- static void feedforward_Net (void);
- static void closeMasparPannel (Widget, Widget, caddr_t);
-
-
- static Widget connect, disconnect, standard, feedforward;
- static int err;
-
-
- /* end private definition section */
-
-
- #endif /* _UI_MASPAR_DEFINED_ */
-
-
- #endif /* MASPAR_KERNEL */
-
-
- /* end of file */
- /* lines: 9 */
-